Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / vWQ Method


In This Topic
    vWQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub vWQ( _
       ByVal WWQ() As T, _
       ByVal xWQ As System.Collections.Generic.IComparer(Of T), _
       ByVal YWQ As System.Integer, _
       ByVal AxQ As System.Integer _
    ) 
    'Usage
     
    
    Dim WWQ() As T
    Dim xWQ As System.Collections.Generic.IComparer(Of T)
    Dim YWQ As System.Integer
    Dim AxQ As System.Integer
     
    NArrayHelpers(Of T).vWQ(WWQ, xWQ, YWQ, AxQ)
    internal static void vWQ( 
       T[] WWQ,
       System.Collections.Generic.IComparer<T> xWQ,
       System.int YWQ,
       System.int AxQ
    )

    Parameters

    WWQ
    xWQ
    YWQ
    AxQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also